Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadStreamFactory Class > Create Method : Create(Byte[],UInt64) Method |
public static ILeadStream Create( byte[] buffer, ulong offset )
'Declaration
Public Overloads Shared Function Create( _ ByVal buffer() As Byte, _ ByVal offset As ULong _ ) As ILeadStream
'Usage
Dim buffer() As Byte Dim offset As ULong Dim value As ILeadStream value = LeadStreamFactory.Create(buffer, offset)
public static ILeadStream Create( byte[] buffer, ulong offset )
public: static ILeadStream^ Create( array<byte>^ buffer, ulong offset )
The returned ILeadStream can be be disposed by casting it as IDisposable and use the Dispose method.